home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Tele
/
B
/
BBS stack.cpt
/
Dial1200
< prev
next >
Wrap
Text File
|
1988-11-20
|
691b
|
37 lines
ERASE ALL
LET EQUAL B%,0
NUMTOSTRING B%,A$
CONCAT A$, to try to connect with this number.
COPYINTO @0,Now dialing the number at 1200 baud. This is attempt number
COPYINTO @1,1 to try to connect with this number.
COPYINTO @2,Choose "Cancel Procedure" under the Service menu to stop dialing.
@ ON
COMM 1200-N-8-1-FULL
TYPE AT^M
PAUSE 120
TYPE ATZ^M
PAUSE 120
:DO IT
PAUSE
CLEAR
ADD B%,1
NUMTOSTRING B%,A$
CONCAT A$, to try to connect with this number.
COPYINTO @1,A$
@ ON
TYPE ATDT 1-
SENDCLIP
TYPE ^M
ALERT1 BUSY/JUMPTO DO IT
ALERT2 NO CARRIER/JUMPTO DO IT
PROMPT CONNECT
RESET
COPYINTO @0,
COPYINTO @1, C O N N E C T E D !
COPYINTO @2,
@ ON
BELL
BELL
BELL
@ OFF